Skip to content

πŸ¦‹ New version release#210

Merged
brentrager merged 1 commit into
mainfrom
changeset-release/main
Jul 9, 2026
Merged

πŸ¦‹ New version release#210
brentrager merged 1 commit into
mainfrom
changeset-release/main

Conversation

@brentrager

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@smooai/smooth-operator@1.22.5

Patch Changes

  • b367240: Python server: list_conversations + resume-by-conversationId (pearl th-d5b446) β€” Python parity with the merged Rust/Go/TS reference so every client (daemon PWA, th code TUI, chat-widget) can build a conversation sidebar + resume against the Python server too.

    • New WS action list_conversations ({action, requestId, limit?}, default limit 50): replies via immediate_response (200, "Conversations") with { conversations: [ { conversationId, title, updatedAt, messageCount } ] }, most-recent-first, filtered to conversations with messageCount > 0 (drops the empty conversations every page-load mints). title = a ~60-char preview of the first inbound message with leading markdown/control chars stripped, falling back to a generic name; updatedAt = ISO-8601.
    • create_conversation_session gains an optional conversationId: when it names a known conversation, the new session RESUMES β€” reuses that conversation's id and keeps its message log, so send_message appends to it and the runner replays its history. Absent/unknown id β‡’ a fresh conversation is minted (unchanged behavior).
    • Additive and back-compat: no conversationId / no list_conversations call = unchanged behavior. SessionStore gains list_conversations() + an optional conversation_id arg on create_session; the in-memory store tracks per-conversation last-activity for the sort key.

@brentrager brentrager force-pushed the changeset-release/main branch from 1982a0c to 3060285 Compare July 9, 2026 17:35
@brentrager brentrager merged commit fa7b3b1 into main Jul 9, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant